FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hl7-france-fhir.administrative#9.2022.1 (47 ms)

Package hl7-france-fhir.administrative
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=hl7-france-fhir.administrative@9.2022.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrSchedule
Url http://interopsante.org/fhir/StructureDefinition/FrSchedule
Version 1.0
Status active
Date 2021-05-17
Name FrSchedule
Experimental False
Authority hl7
Description Profile of the Schedule resource for France | Profil de la ressource Schedule pour l'usage en France. This profile redefines the element serviceType to associate the service with the duration of this service. It also adds an extension sepcifying the periods of avalability/non-availabilty times of the Schedule | Ce profil redéfinit l'élément serviceType de façon à associer le service avec la durée du service. Il ajoute également une extension qui précise les périodes de disponibilités/non disponibilités de la vacation.
Type Schedule
Kind resource

Resources that use this resource

StructureDefinition
http://sas.fr/fhir/StructureDefinition/FrScheduleAgregateur FrScheduleAgregateur
https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-schedule-aggregator FrScheduleAgregateurSOS
http://interopsante.org/fhir/StructureDefinition/FrSlot FrSlot
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationDisponibilite GAP_BundleResultatReponseADemandeConsultationDisponibilites
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV GAP_BundleResultatReponseADemandeConsultationRDV

Resources that this resource uses

StructureDefinition
http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson FrRelatedPerson
http://interopsante.org/fhir/StructureDefinition/FrScheduleAvailabiltyTime FrScheduleAvailabiltyTime
http://interopsante.org/fhir/StructureDefinition/FrHealthcareService FrHealthcareService
http://interopsante.org/fhir/StructureDefinition/FrLocation FrLocation
http://interopsante.org/fhir/StructureDefinition/FrPatient FrPatient
http://interopsante.org/fhir/StructureDefinition/FrPractitioner FrPractitioner
http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration FrServiceTypeDuration
http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty fr-practitioner-specialty


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://interopsante.org/fhir/StructureDefinition/FrSchedule",
  "version" : "1.0",
  "name" : "FrSchedule",
  "status" : "active",
  "date" : "2021-05-17",
  "publisher" : "InteropSanté",
  "contact" : [
    {
      "name" : "François Macary/Isabelle Gibaud",
      "telecom" : [
        {
          "system" : "email",
          "value" : "francois.macary@phast.fr",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Profile of the Schedule resource for France | Profil de la ressource Schedule pour l'usage en France.\r\nThis profile redefines the element serviceType to associate the service with the duration of this service. It also adds an extension sepcifying the periods of avalability/non-availabilty times of the Schedule | Ce profil redéfinit l'élément serviceType de façon à associer le service avec la durée du service. Il ajoute également une extension qui précise les périodes de disponibilités/non disponibilités de la vacation.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Schedule",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Schedule",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Schedule.extension",
        "path" : "Schedule.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Schedule.extension:serviceTypeDuration",
        "path" : "Schedule.extension",
        "sliceName" : "serviceTypeDuration",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration"
            ]
          }
        ]
      },
      {
        "id" : "Schedule.extension:availabilityTime",
        "path" : "Schedule.extension",
        "sliceName" : "availabilityTime",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrScheduleAvailabiltyTime"
            ]
          }
        ]
      },
      {
        "id" : "Schedule.identifier.use",
        "path" : "Schedule.identifier.use",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/identifier-use"
        }
      },
      {
        "id" : "Schedule.serviceCategory",
        "path" : "Schedule.serviceCategory",
        "max" : "1"
      },
      {
        "id" : "Schedule.serviceType",
        "path" : "Schedule.serviceType",
        "max" : "0"
      },
      {
        "id" : "Schedule.specialty",
        "path" : "Schedule.specialty",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty"
        }
      },
      {
        "id" : "Schedule.actor",
        "path" : "Schedule.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
              "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
              "http://interopsante.org/fhir/StructureDefinition/FrLocation",
              "http://interopsante.org/fhir/StructureDefinition/FrPatient",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.